en conf t vlan 302 name Serveur vlan 12 name Administration vlan 152 name Visiteurs vlan 202 name Demonstration vlan 402 name Sortie end conf t interface vlan 12 ip address 192.168.10.200 255.255.255.0 no sh exit ip default-gateway 172.16.2.1 exit conf t service password-encryption line vty 0 4 password cisco login exit enable password cisco exit conf t int ra fa 0/7 - 8 switchport mode trunk int fa 0/1 switchport mode access switchport access vlan 12 int fa 0/2 switchport mode access switchport access vlan 152 int fa 0/3 switchport mode access switchport access vlan 202 int fa 0/4 switchport mode access switchport access vlan 302 int fa 0/5 switchport mode access switchport access vlan 402 end